home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / pc / program / main.dxr / 00065_CDclose.ls < prev    next >
Encoding:
Text File  |  1997-07-11  |  135 b   |  10 lines

  1. on mouseDown
  2.   global dialogboxopen
  3.   if dialogboxopen then
  4.     exit
  5.   end if
  6.   if doubleClick() then
  7.     go("closeBox2")
  8.   end if
  9. end
  10.